![]() |
PATH![]() |
![]() ![]() |
Obtains the size of a piece of data that has been previously associated with a menu item.
pascal OSStatus GetMenuItemPropertySize (
MenuHandle menu,
UInt16 item,
OSType propertyCreator,
OSType propertyTag,
UInt32 *size);
If you want to retrieve a piece of associated data with the function
GetMenuItemProperty
, you will typically need to use the
GetMenuItemPropertySize
function beforehand to determine the size of the associated data.